projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868135e
)
seal private member.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:45 +0000
(10:58 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:45 +0000
(10:58 +0000)
* gtk/gtkiconfactory.h: seal private member.
svn path=/trunk/; revision=20499
gtk/gtkiconfactory.h
patch
|
blob
|
history
diff --git
a/gtk/gtkiconfactory.h
b/gtk/gtkiconfactory.h
index db76b95d01389bfd3b12f321b6a4458a16206565..574b101d08af34b4c70dc098e3bfa334c1762fac 100644
(file)
--- a/
gtk/gtkiconfactory.h
+++ b/
gtk/gtkiconfactory.h
@@
-51,7
+51,7
@@
struct _GtkIconFactory
{
GObject parent_instance;
- GHashTable *
icons
;
+ GHashTable *
GSEAL (icons)
;
};
struct _GtkIconFactoryClass